home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Arcade Classics
/
Arcade Classics.iso
/
data
/
Platform
/
JUMPGUY
/
jumpguy.bat
< prev
next >
Wrap
DOS Batch File
|
2002-05-29
|
553b
|
30 lines
@echo off
cls
if not exist c:\windows\knp.ini goto kopie
goto verder
:kopie
copy \data\platform\jumpguy\knp.ini c:\windows > NUL:
:verder
md c:\gm_tmp > NUL:
cls
copy \data\start.exe c:\gm_tmp\start.exe > NUL:
copy \data\deltree.exe c:\deltree.exe > NUL:
\data\moment.exe
\data\unace32 x -y jumpguy.ace c:\gm_tmp\ > NUL:
cls
c:
cd \gm_tmp
start.exe /w /max jumpguy
c:
cd \
deltree /Y c:\gm_tmp > NUL:
del deltree.exe > NUL:
goto einde
:einde
@echo off
cls